home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / ISSUE23 / PZAZZDEM / PZAZZDEM.ZIP / PZDEMO / PZDLVIEW.DFM / PZDLVIEW.txt
Text File  |  1997-02-28  |  12KB  |  345 lines

  1. object PZListViewForm: TPZListViewForm
  2.   Left = 201
  3.   Top = 128
  4.   Width = 597
  5.   Height = 420
  6.   Caption = 'PZListView'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = [fsBold]
  11.   FormStyle = fsMDIChild
  12.   PixelsPerInch = 96
  13.   Position = poDefault
  14.   Visible = True
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnDeactivate = FormDeactivate
  18.   TextHeight = 13
  19.   object HeaderPanel: TPZBitmapPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 589
  23.     Height = 37
  24.     Align = alTop
  25.     Background.Transparent = False
  26.     Background.Style = bsTiled
  27.     BevelInner = bvLowered
  28.     BevelOuter = bvNone
  29.     BorderWidth = 4
  30.     Ctl3D = True
  31.     ParentCtl3D = False
  32.     TabOrder = 0
  33.     object PZShaded1: TPZShaded
  34.       Left = 5
  35.       Top = 5
  36.       Width = 579
  37.       Height = 27
  38.       Align = alClient
  39.       Caption = 'PZListView'
  40.       Font.Color = clBlack
  41.       Font.Height = -21
  42.       Font.Name = 'Times New Roman'
  43.       Font.Style = [fsBold]
  44.       ParentFont = False
  45.       StartColor = clWhite
  46.       EndColor = 8454143
  47.       Graduation = 10
  48.       Direction = drHorizontalInOut
  49.     end
  50.   end
  51.   object DescrPanel: TPZBitmapPanel
  52.     Left = 0
  53.     Top = 37
  54.     Width = 213
  55.     Height = 356
  56.     Align = alLeft
  57.     Background.Transparent = False
  58.     Background.Style = bsTiled
  59.     BevelInner = bvLowered
  60.     BevelOuter = bvNone
  61.     BevelWidth = 4
  62.     BorderWidth = 4
  63.     TabOrder = 1
  64.     object PZLabel4: TPZLabel
  65.       Left = 8
  66.       Top = 28
  67.       Width = 197
  68.       Height = 144
  69.       Align = alTop
  70.       Caption = 
  71.         '\lbThe PZListView control allows you to display a list of items ' +
  72.         'containing one or more columns.\lb\lbThe list can be sorted by  ' +
  73.         'clicking a column header.\lb\lbColumns can be resized.'
  74.       Font.Color = clBlack
  75.       Font.Height = -13
  76.       Font.Name = 'Arial'
  77.       Font.Style = []
  78.       HorzAlignment = haCenter
  79.       ParentFont = False
  80.       VertAlignment = vaTop
  81.     end
  82.     object PZLabel2: TPZLabel
  83.       Left = 8
  84.       Top = 8
  85.       Width = 197
  86.       Height = 20
  87.       Align = alTop
  88.       Caption = 'Description:'
  89.       Font.Color = clNavy
  90.       Font.Height = -16
  91.       Font.Name = 'Arial'
  92.       Font.Style = [fsBold]
  93.       HorzAlignment = haCenter
  94.       ParentFont = False
  95.       VertAlignment = vaTop
  96.     end
  97.     object PZLabel3: TPZLabel
  98.       Left = 8
  99.       Top = 172
  100.       Width = 197
  101.       Height = 148
  102.       Align = alTop
  103.       Caption = 
  104.         '\lbThe background can be plain or contain a bitmap.\lb\lbSingle ' +
  105.         'or multiple selection is supported.\lb\lbEach item can have a di' +
  106.         'fferent image associated with it.'
  107.       Font.Color = clBlack
  108.       Font.Height = -13
  109.       Font.Name = 'Arial'
  110.       Font.Style = []
  111.       HorzAlignment = haCenter
  112.       ParentFont = False
  113.       VertAlignment = vaTop
  114.     end
  115.   end
  116.   object ResultsPanel: TPZBitmapPanel
  117.     Left = 213
  118.     Top = 37
  119.     Width = 376
  120.     Height = 356
  121.     Align = alClient
  122.     Background.Transparent = False
  123.     Background.Style = bsTiled
  124.     BevelInner = bvLowered
  125.     BevelOuter = bvNone
  126.     BevelWidth = 4
  127.     BorderWidth = 4
  128.     TabOrder = 2
  129.     object PZLabel1: TPZLabel
  130.       Left = 8
  131.       Top = 328
  132.       Width = 360
  133.       Height = 20
  134.       Align = alBottom
  135.       Caption = 'Try it now!'
  136.       Font.Color = clBlack
  137.       Font.Height = -13
  138.       Font.Name = 'Arial'
  139.       Font.Style = [fsBold]
  140.       HorzAlignment = haCenter
  141.       ParentFont = False
  142.       VertAlignment = vaTop
  143.     end
  144.     object PZLabel5: TPZLabel
  145.       Left = 8
  146.       Top = 8
  147.       Width = 360
  148.       Height = 20
  149.       Align = alTop
  150.       Caption = 'Example:'
  151.       Font.Color = clNavy
  152.       Font.Height = -16
  153.       Font.Name = 'Arial'
  154.       Font.Style = [fsBold]
  155.       HorzAlignment = haCenter
  156.       ParentFont = False
  157.       VertAlignment = vaTop
  158.     end
  159.     object OutputPanel1: TPZBitmapPanel
  160.       Left = 8
  161.       Top = 57
  162.       Width = 360
  163.       Height = 271
  164.       Align = alClient
  165.       Background.Transparent = False
  166.       Background.Style = bsTiled
  167.       BevelOuter = bvNone
  168.       BorderWidth = 8
  169.       TabOrder = 0
  170.       object FishView: TPZListView
  171.         Left = 8
  172.         Top = 8
  173.         Width = 344
  174.         Height = 255
  175.         Align = alClient
  176.         Background.Transparent = False
  177.         Background.Style = bsCentered
  178.         Columns.Columns = (
  179.           'Species No'
  180.           'Left'
  181.           '138'
  182.           'Both'
  183.           True
  184.           'Category'
  185.           'Left'
  186.           '100'
  187.           'Both'
  188.           True
  189.           'Common Name'
  190.           'Left'
  191.           '150'
  192.           'Both'
  193.           True
  194.           'Species Name'
  195.           'Left'
  196.           '150'
  197.           'Both'
  198.           True
  199.           'Length (cm)'
  200.           'Right'
  201.           '120'
  202.           'Both'
  203.           True
  204.           'Length (in)'
  205.           'Right'
  206.           '120'
  207.           'Both'
  208.           True)
  209.         Ctl3D = False
  210.         Font.Color = clBlack
  211.         Font.Height = -11
  212.         Font.Name = 'MS Sans Serif'
  213.         Font.Style = [fsBold]
  214.         ItemHeight = 18
  215.         ItemImage.Data = {
  216.           3A050000424D3A050000000000003604000028000000130000000D0000000100
  217.           0800000000000401000000000000000000000000000000000000000000000000
  218.           80000080000000808000800000008000800080800000C0C0C0007D654F00B199
  219.           8300000000000000000000000000000000000000000000000000000000000000
  220.           0000000000000000000000000000000000000000000000000000000000000000
  221.           0000000000000000000000000000000000000000000000000000000000000000
  222.           0000000000000000000000000000000000000000000000000000000000000000
  223.           0000000000000000000000000000000000000000000000000000000000000000
  224.           0000000000000000000000000000000000000000000000000000000000000000
  225.           0000000000000000000000000000000000000000000000000000000000000000
  226.           0000000000000000000000000000000000000000000000000000000000000000
  227.           0000000000000000000000000000000000000000000000000000000000000000
  228.           0000000000000000000000000000000000000000000000000000000000000000
  229.           0000000000000000000000000000000000000000000000000000000000000000
  230.           0000000000000000000000000000000000000000000000000000000000000000
  231.           0000000000000000000000000000000000000000000000000000000000000000
  232.           0000000000000000000000000000000000000000000000000000000000000000
  233.           0000000000000000000000000000000000000000000000000000000000000000
  234.           0000000000000000000000000000000000000000000000000000000000000000
  235.           0000000000000000000000000000000000000000000000000000000000000000
  236.           0000000000000000000000000000000000000000000000000000000000000000
  237.           0000000000000000000000000000000000000000000000000000000000000000
  238.           0000000000000000000000000000000000000000000000000000000000000000
  239.           0000000000000000000000000000000000000000000000000000000000000000
  240.           0000000000000000000000000000000000000000000000000000000000000000
  241.           0000000000000000000000000000000000000000000000000000000000000000
  242.           0000000000000000000000000000000000000000000000000000000000000000
  243.           0000000000000000000000000000000000000000000000000000000000000000
  244.           0000000000000000000000000000000000000000000000000000000000000000
  245.           0000000000000000000000000000000000000000000000000000000000000000
  246.           0000000000000000000000000000000000000000000000000000000000000000
  247.           0000000000000000000000000000000000000000000000000000000000000000
  248.           000000000000000000000000000000000000D9CCC100A4A0A000808080000000
  249.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00000000000000
  250.           000000000000000000000000000000000000000000F9F9F90000000000000000
  251.           00000000000000F9F9F9FBF9F9F9F9FC000000000000000000FCFCFBFBF9FBFB
  252.           FBFBF9F9FCFC000000000000F9FBFBFBF9F9FBFBF9FBF9F9F9FC00F9F90000F9
  253.           F9F9FBFBF9F9F9FBF9F9F9FCF9F9F9F9F90000F9F9F9F9F9F9F9F9F9F9F9F9F9
  254.           FCFCF9F9F9000000F9F9F90101F9F9F9F9F9F9F9F9F9F9F9F900000000F9F901
  255.           01F9F9F9F9F9F9F9FC0000F9F9000000000000F9F9F9F9F9F9F9F9FCFC000000
  256.           0000000000000000F9F9F90000F9FCFC00000000000000000000000000F90000
  257.           000000000000000000000000000000000000000000000000000000000000}
  258.         Items.Strings = (
  259.           
  260.             '90020'#9'Triggerfish'#9'Clown Triggerfish'#9'Ballistoides conspicillum'#9'50' +
  261.             '.00'#9'19.68'
  262.           '90030'#9'Snapper'#9'Red Emperor'#9'Lutjanus sebae'#9'60.00'#9'23.62'
  263.           '90050'#9'Wrasse'#9'Giant Maori Wrasse'#9'Cheilinus undulatus'#9'229.00'#9'90.15'
  264.           '90070'#9'Angelfish'#9'Blue Angelfish'#9'Pomacanthus nauarchus'#9'30.00'#9'11.81'
  265.           '90080'#9'Cod'#9'Lunartail Rockcod'#9'Variola louti'#9'80.00'#9'31.49'
  266.           '90090'#9'Scorpionfish'#9'Firefish'#9'Pterois volitans'#9'38.00'#9'14.96'
  267.           
  268.             '90100'#9'Butterflyfish'#9'Ornate Butterflyfish'#9'Chaetodon Ornatissimus'#9 +
  269.             '19.00'#9'7.48'
  270.           '90110'#9'Shark'#9'Swell Shark'#9'Cephaloscyllium ventriosum'#9'102.00'#9'40.15'
  271.           '90120'#9'Ray'#9'Bat Ray'#9'Myliobatis californica'#9'56.00'#9'22.04'
  272.           '90130'#9'Eel'#9'California Moray'#9'Gymnothorax mordax'#9'150.00'#9'59.05'
  273.           '90140'#9'Cod'#9'Lingcod'#9'Ophiodon elongatus'#9'150.00'#9'59.05'
  274.           '90150'#9'Sculpin'#9'Cabezon'#9'Scorpaenichthys marmoratus'#9'99.00'#9'38.97'
  275.           
  276.             '90160'#9'Spadefish'#9'Atlantic Spadefish'#9'Chaetodiperus faber'#9'90.00'#9'35.' +
  277.             '43'
  278.           '90170'#9'Shark'#9'Nurse Shark'#9'Ginglymostoma cirratum'#9'400.00'#9'157.48'
  279.           '90180'#9'Ray'#9'Spotted Eagle Ray'#9'Aetobatus narinari'#9'200.00'#9'78.74'
  280.           '90190'#9'Snapper'#9'Yellowtail Snapper'#9'Ocyurus chrysurus'#9'75.00'#9'29.52'
  281.           
  282.             '90200'#9'Parrotfish'#9'Redband Parrotfish'#9'Sparisoma Aurofrenatum'#9'28.00' +
  283.             #9'11.02'
  284.           '90210'#9'Barracuda'#9'Great Barracuda'#9'Sphyraena barracuda'#9'150.00'#9'59.05'
  285.           '90220'#9'Grunt'#9'French Grunt'#9'Haemulon flavolineatum'#9'30.00'#9'11.81'
  286.           '90230'#9'Snapper'#9'Dog Snapper'#9'Lutjanus jocu'#9'90.00'#9'35.43'
  287.           '90240'#9'Grouper'#9'Nassau Grouper'#9'Epinephelus striatus'#9'91.00'#9'35.82'
  288.           '90250'#9'Wrasse'#9'Bluehead Wrasse'#9'Thalassoma bifasciatum'#9'15.00'#9'5.90'
  289.           '90260'#9'Jack'#9'Yellow Jack'#9'Gnathanodon speciousus'#9'90.00'#9'35.43'
  290.           
  291.             '90270'#9'Surfperch'#9'Redtail Surfperch'#9'Amphistichus rhodoterus'#9'40.00'#9 +
  292.             '15.74'
  293.           '90280'#9'Croaker'#9'White Sea Bass'#9'Atractoscion nobilis'#9'150.00'#9'59.05'
  294.           
  295.             '90290'#9'Greenling'#9'Rock Greenling'#9'Hexagrammos lagocephalus'#9'60.00'#9'23' +
  296.             '.62'
  297.           '90300'#9'Wrasse'#9'Senorita'#9'Oxyjulis californica'#9'25.00'#9'9.84'
  298.           '90310'#9'Smelt'#9'Surf Smelt'#9'Hypomesus pretiosus'#9'25.00'#9'9.84')
  299.         OnCompareItems = FishViewCompareItems
  300.         Options = [loShowHeader, loShowIndicators, loMultiSelect, loThumbTracking]
  301.         ParentColor = False
  302.         ParentCtl3D = False
  303.         ParentFont = False
  304.         Sorted = False
  305.         SortedColumn = 0
  306.         SortedDirection = sdAscending
  307.         TabOrder = 0
  308.         TabStop = True
  309.       end
  310.     end
  311.     object OutputPanel2: TPZBitmapPanel
  312.       Left = 8
  313.       Top = 28
  314.       Width = 360
  315.       Height = 29
  316.       Align = alTop
  317.       Background.Transparent = False
  318.       Background.Style = bsTiled
  319.       BevelOuter = bvNone
  320.       BorderWidth = 8
  321.       TabOrder = 1
  322.       object Label1: TLabel
  323.         Left = 20
  324.         Top = 14
  325.         Width = 73
  326.         Height = 13
  327.         Caption = ' Background'
  328.         Transparent = True
  329.         OnClick = Label1Click
  330.         OnDblClick = Label1Click
  331.       end
  332.       object BackgroundCheck: TCheckBox
  333.         Left = 8
  334.         Top = 15
  335.         Width = 12
  336.         Height = 12
  337.         Ctl3D = False
  338.         ParentCtl3D = False
  339.         TabOrder = 0
  340.         OnClick = BackgroundCheckClick
  341.       end
  342.     end
  343.   end
  344. end
  345.